home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Programming / crossgcc_linux / m68k-amigaos / include / proto / intuition.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-14  |  421 b   |  21 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef PROTO_INTUITION_H
  4. #define PROTO_INTUITION_H
  5.  
  6. #include <clib/intuition_protos.h>
  7.  
  8. #ifdef __GNUC__
  9. #include <inline/intuition.h>
  10. #endif /* __GNUC__ */
  11.  
  12. #ifndef __NOLIBBASE__
  13. extern struct IntuitionBase *
  14. #ifdef __CONSTLIBBASEDECL__
  15. __CONSTLIBBASEDECL__
  16. #endif /* __CONSTLIBBASEDECL__ */
  17. IntuitionBase;
  18. #endif /* !__NOLIBBASE__ */
  19.  
  20. #endif /* !PROTO_INTUITION_H */
  21.